home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / dskutil / ncav47.zip / AVIEW.CTL next >
Text File  |  1994-08-13  |  10KB  |  364 lines

  1. ; -----------------------------------------------------------------------------
  2. ; AVIEW V4.7 Sample control-file, DON'T USE TABS!
  3. ; -----------------------------------------------------------------------------
  4. ;
  5. ;
  6. ; ALTERNATELAYOUT
  7. ; With this command you can select the alternate screen-layout of the
  8. ; archive-lister as default (With full-path), this option works like a
  9. ; toggle in AVIEW by pressing ALT-L.
  10. ;ALTERNATELAYOUT
  11. ;
  12. ;
  13. ;
  14. ; DATEFORMAT <Dateformat>
  15. ; With this statement you can define how the file-date is shown, include
  16. ; MM for month, DD for day and YY for year, the sepparation-chars can be
  17. ; freely defined, default is MM/DD/YY
  18. DATEFORMAT MM/DD/YY
  19. ;
  20. ;
  21. ;
  22. ; EDITOR <Trigger> <Editor> [<Parameters>]
  23. ; With this command you can define up to 64 editors, with <Trigger> you
  24. ; specify the file-extension which must trigger the editor, the <Trigger>
  25. ; may include wildcards. Default editor when non-defined is NCEDIT for all
  26. ; type of files.
  27. EDITOR doc wp %f
  28. EDITOR lbm dpaint %f
  29. EDITOR gif neopaint %f
  30. EDITOR pcx neopaint %f
  31. EDITOR *   ncedit %f
  32. ;
  33. ;
  34. ;
  35. ; EXTRACTPATH <Path>
  36. ; With this command you define the path where files must be extracted to,
  37. ; when this command is NOT used, AVIEW will prompt you for a path.
  38. EXTRACTPATH c:\unpacked
  39. ;
  40. ;
  41. ;
  42. ; FSSORT <Key> [Ascending|Descending]
  43. ; With this statement you can define how AVIEW must sort the file-selector
  44. ; file-list as default, valid sort-keys are: NAME, EXTENSION, SIZE, DATETIME,
  45. ; and UNSORTED, optional you can specify with ASCENDING or DESCENDING the
  46. ; default sort direction, default is ASCENDING.
  47. FSSORT name ascending
  48. ;
  49. ;
  50. ;
  51. ; NOCOLOR
  52. ; With this statement you force AVIEW in black and white mode, this can be
  53. ; handy for laptop-users who have a LCD-Screen.
  54. ;NOCOLOR
  55. ;
  56. ;
  57. ;
  58. ; NOEMS
  59. ; With this statement you force AVIEW to NOT use any EMS memory
  60. ;NOEMS
  61. ;
  62. ;
  63. ;
  64. ; NOMOUSE
  65. ; With this statement you force AVIEW to ignore the mouse when detected.
  66. ;NOMOUSE
  67. ;
  68. ;
  69. ;
  70. ; NOPATHS
  71. ; With this statement you tell AVIEW to NOT extract any path-information
  72. ; from an archive.
  73. ;NOPATHS
  74. ;
  75. ;
  76. ;
  77. ; NOXMS
  78. ; with this statement you force AVIEW to NOT use any XMS memory.
  79. ;NOXMS
  80. ;
  81. ;
  82. ;
  83. ; SCANNER <Scanner> [<Parameters>]
  84. ; With this command you define the virus-scanner to use after files are
  85. ; unpacked with the unpack function, when no scanner is defined, no virus-
  86. ; scan will be performed.
  87. SCANNER tbscan %f af ba in ll=1 ln=c:\aview4us.log lo nb nm
  88. ;
  89. ;
  90. ;
  91. ; SCANPROMPT
  92. ; With this statement you force AVIEW to ask you to execute the virus-
  93. ; scanner after files are extracted from an archive.
  94. ;SCANPROMPT
  95. ;
  96. ;
  97. ;
  98. ; SCREENMODE <Lines>
  99. ; With this statement you can define how many lines per screen AVIEW must
  100. ; use, valid number of lines are 25, 35, 40, 43 and 50, note that a number
  101. ; greater than 25 needs a EGA of VGA display-adapter.
  102. SCREENMODE 25
  103. ;
  104. ;
  105. ;
  106. ; SHOWSPECIAL
  107. ; Special 'hidden' files are not shown by AVIEW as default, this is done
  108. ; for example for the UC2 U$~*.* files, when you enable this keyword,
  109. ; AVIEW will handle the special files as normal files.
  110. ;SHOWSPECIAL
  111. ;
  112. ;
  113. ;
  114. ; SORT <Key> [Ascending|Descending]
  115. ; With this statement you can define how AVIEW must sort the file-lists as
  116. ; default, valid sort-keys are: NAME, EXTENSION, ORGSIZE, CMPSIZE, DATETIME,
  117. ; METHOD and UNSORTED, optional you can specify with ASCENDING or DESCENDING
  118. ; the default sort direction, default is ASCENDING.
  119. SORT name ascending
  120. ;
  121. ;
  122. ;
  123. ; SWAPMODE <Mode>
  124. ; With this command you define how AVIEW must swap before executing of
  125. ; an external utility, mode can be:  0 - Swap to EMS/Disk
  126. ;                                    1 - Swap to EMS/XMS/Disk
  127. ;                                    2 - Swap to XMS/Disk
  128. ;                                    3 - Swap to XMS/EMS/Disk
  129. ;                                    4 - Swap to Disk
  130. SWAPMODE 1
  131. ;
  132. ;
  133. ;
  134. ; SWAPPATH <Path>
  135. ; With this command you define the path AVIEW must use to write it's
  136. ; swapfiles in.
  137. SWAPPATH d:\aviewtmp
  138. ;
  139. ;
  140. ;
  141. ; TEMPPATH <Path>
  142. ; With this command you define the path AVIEW must use as work-directory,
  143. ; this can be a ram-drive which will speed-up AVIEW dramatically, when the
  144. ; directory does not exist, it will be created.
  145. TEMPPATH d:\aviewtmp
  146. ;
  147. ;
  148. ;
  149. ; TEMPREMOVE
  150. ; With this command you force AVIEW to remove the TEMPPATH and all it
  151. ; contents when AVIEW exits to DOS. As default AVIEW will only removes
  152. ; it's temppry directories/files created in the TEMPPATH.
  153. ;TEMPREMOVE
  154. ;
  155. ;
  156. ;
  157. ; VIEWER <Trigger> <Viewer> [<Parameters>]
  158. ; With this command you can define up to 64 viewers, with <Trigger> you
  159. ; specify the file-extension which must trigger the viewer, the <Trigger>
  160. ; may include wildcards. Default viewer when non-defined is WPVIEW for all
  161. ; type of files.
  162. VIEWER fli quickfli %f
  163. VIEWER gl  grasprt %f
  164. VIEWER gif bitmap %f
  165. VIEWER pcx bitmap %f
  166. VIEWER *   wpview %f
  167. ;
  168. ;
  169. ;
  170. ; WAIT
  171. ; With this command you force AVIEW to wait on a keypress after each
  172. ; external utility executed.
  173. ;WAIT
  174. ;
  175. ;
  176. ;
  177. ; ZOOMSPEED <Milliseconds)
  178. ; With this command you define the zoom-speed of the popup-windows to build
  179. ; up onto the screen, 0 means immediate popup, default is 10
  180. ZOOMSPEED 10
  181. ;
  182. ;
  183. ;
  184. ; -----------------------------------------------------------------------------
  185. ; The following commands concerns the configuration of the parameters passed
  186. ; by AVIEW to the archive-utils.
  187. ; For normal operation of AVIEW, you don't need to change this, all the
  188. ; following commands are optional, the sample commands reflects the standard
  189. ; default configuration of AVIEW.
  190. ; -----------------------------------------------------------------------------
  191. ;
  192. ; xxxADD <Command-line>
  193. ; xxxDELETE <Command-Line>
  194. ; xxxEXTRACT <Command-Line>
  195. ; NOxxx
  196. ; xxxSFX <Type> <Parameters|Command-Line>
  197. ; xxxTEST <Command-Line>
  198. ; xxxUNPACK <Command-Line>
  199. ; xxxUPDATE <Command-Line>
  200. ; xxxRESPONSE <Response-char>
  201. ; With these commands you can configure the interface between AVIEW and the
  202. ; external archive-utilitys, the xxx can be ARC, ARJ, HYP, LHA, PAK, RAR,
  203. ; SQZ, UC2, ZIP or ZOO.
  204. ; xxxADD      - Defines which parameters to use for adding a file to
  205. ;               an archive, this is used for the ADD function (F7).
  206. ; xxxDELETE   - Defines which parameters to use for deleting a file or files
  207. ;               from an archive, this is used for the DELETE function
  208. ;               (F8 or DEL).
  209. ; xxxEXTRACT  - Defines which parameters to use for extracting a file or files
  210. ;               from an archive, this is used for the extract-function.
  211. ; NOxxx       - Disable archiver.
  212. ; xxxRESPONSE - Defines which charachter to use before a file name to tell
  213. ;               the archiver that it is a response file, AVIEW defines
  214. ;               automatically when to use this or not.
  215. ; xxxSFX      - Defines which utility to start or which parameters to use
  216. ;               for creating self-extracting archives, for type you can
  217. ;               define PARAM to define the parameters to use with the xxxADD
  218. ;               command, or EXEC to define an external utility to execute.
  219. ; xxxTEST     - Defines which parameters to use for testing an archive.
  220. ; xxxUNPACK   - Defines which parameters to use for extracting ONE file from
  221. ;               an archive WITHOUT path, this is used internally in AVIEW.
  222. ; xxxUPDATE   - Defines which parameters to use for updating a file in an
  223. ;               archive, this is used after you edited a file from an archive.
  224. ;
  225. ; NOTE: There are two variables, %A and %F, thes two must ALWAYS exist in one
  226. ;       of the above parameters (except NOxxx and xxxRESPONSE, xxxSFX only
  227. ;       needs %A), %A will be replaced by AVIEW with the name of the archive
  228. ;       processed, and %F with a filename for adding/deleting/updating, note
  229. ;       that AVIEW will automatically add the response-file-char before the
  230. ;       filename when needed. The variables %A and %F are NOT optional!
  231. ;
  232. ;
  233. ; PKPak/PKUnpak - for ARC files.
  234. ARCadd      PKPAK -a %a %f
  235. ARCdelete   PKPAK -d %a %f
  236. ARCextract  PKUNPAK -r %a %f
  237. ARCsfx
  238. ARCtest     PKUNPAK -t %a
  239. ARCunpack   PKUNPAK %a %f
  240. ARCupdate   PKPAK -u %a %f
  241. ARCresponse @
  242. ;NOARC
  243. ;
  244. ;
  245. ;
  246. ; ARJ - for ARJ files.
  247. ARJadd      ARJ a -jm -m1 -e %a %f
  248. ARJdelete   ARJ d %a %f
  249. ARJextract  ARJ x -y %a %f
  250. ARJsfx      PARAM -je
  251. ARJtest     ARJ t %a
  252. ARJunpack   ARJ e %a %f
  253. ARJupdate   ARJ u -jm -m1 -e %a %f
  254. ARJresponse !
  255. ;NOARJ
  256. ;
  257. ;
  258. ;
  259. ; HYP - for HYPER files.
  260. HYPadd      HYPER -a %a %f
  261. HYPdelete   HYPER -d %a %f
  262. HYPextract  HYPER -xo -p %a %f
  263. HYPsfx
  264. HYPtest
  265. HYPunpack   HYPER -xo %a %f
  266. HYPupdate   HYPER -u %a %f
  267. HYPresponse
  268. ;NOHYP
  269. ;
  270. ;
  271. ;
  272. ; LHA - For LZH or LHA files.
  273. LHAadd      LHA a %a %f
  274. LHAdelete   LHA d %a %f
  275. LHAextract  LHA x -c %a %f
  276. LHAsfx      EXEC LHA s %a
  277. LHAtest     LHA t %a
  278. LHAunpack   LHA e %a %f
  279. LHAupdate   LHA u %a %f
  280. LHAresponse @
  281. ;NOLHA
  282. ;
  283. ;
  284. ;
  285. ; PAK - For PAK files.
  286. PAKadd      PAK A %a %f
  287. PAKdelete   PAK D %a %f
  288. PAKextract  PAK E /WA /I %a %f
  289. PAKsfx      PARAM /EXE
  290. PAKtest     PAK T %a
  291. PAKunpack   PAK E %a %f
  292. PAKupdate   PAK U %a %f
  293. PAKresponse @
  294. ;NOPAK
  295. ;
  296. ;
  297. ;
  298. ; RAR - For RAR files.
  299. RARadd      RAR a -m5 -stdout %a %f
  300. RARdelete   RAR d -stdout %a %f
  301. RARextract  RAR x -o+ -stdout %a %f
  302. RARsfx      PARAM -sfx
  303. RARtest     RAR t -stdout %a
  304. RARunpack   RAR e -o+ -stdout %a %f
  305. RARupdate   RAR u -m5 -stdout %a %f
  306. RARresponse @
  307. ;NORAR
  308. ;
  309. ;
  310. ;
  311. ; SQZ - For Squeeze files.
  312. SQZadd      SQZ a /m4 %a %f
  313. SQZdelete   SQZ d %a %f
  314. SQZextract  SQZ x %a %f
  315. SQZsfx      EXEC SQZ s %a
  316. SQZtest     SQZ t %a
  317. SQZunpack   SQZ e %a %f
  318. SQZupdate   SQZ u /m4 %a %f
  319. SQZresponse @
  320. ;NOSQZ
  321. ;
  322. ;
  323. ;
  324. ; UC2 - For UC2 files.
  325. UC2add      UC a -b -f -tst %a %f
  326. UC2delete   UC d -f %a %f
  327. UC2extract  UC e -f -s %a %f
  328. UC2sfx
  329. UC2test     UC t %a
  330. UC2unpack   UC e -f %a %f
  331. UC2update   UC a -b -f -tst %a %f
  332. UC2response @
  333. ;NOUC2
  334. ;
  335. ;
  336. ;
  337. ; PKZip/PKUnzip - for ZIP files.
  338. ZIPadd      PKZIP -ex %a %f
  339. ZIPdelete   PKZIP -d %a %f
  340. ZIPextract  PKUNZIP -d -o %a %f
  341. ZIPsfx      EXEC ZIP2EXE %a
  342. ZIPtest     PKUNZIP -t %a
  343. ZIPunpack   PKUNZIP %a %f
  344. ZIPupdate   PKZIP -u -ex %a %f
  345. ZIPresponse @
  346. ;NOZIP
  347. ;
  348. ;
  349. ;
  350. ; ZOO - for ZOO files.
  351. ZOOadd      ZOO -a %a %f
  352. ZOOdelete   ZOO -d %a %f
  353. ZOOextract  ZOO -e -S %a %f
  354. ZOOsfx
  355. ZOOtest     ZOO -t %a
  356. ZOOunpack   ZOO -e %a %f
  357. ZOOupdate   ZOO -u %a %f
  358. ZOOresponse
  359. ;NOZOO
  360. ;
  361. ;
  362. ;
  363. ; <EOF>
  364.